Add a function to turn a css style into pango attributes
authorMatthias Clasen <mclasen@redhat.com>
Fri, 3 Jun 2016 04:19:24 +0000 (00:19 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 3 Jun 2016 04:26:55 +0000 (00:26 -0400)
commit7b0929ad388d26e7c24620c5b8e93f9401eb8859
tree30c2beaa4ccba393a27c62ac2b9a4e43c5c9509d
parenta961b05200d7a9fb8f7fc97babbd04c19b37c2cb
Add a function to turn a css style into pango attributes

This is _gtk_style_context_get_pango_attributes, decoupled
from the GtkStyleContext. This will be used to drive css-styled
text rendering from css subnodes of widgets, e.g. for the value
in GtkScale.
gtk/gtkcssstyle.c
gtk/gtkcssstyleprivate.h
gtk/gtkstylecontext.c